home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / t3_1 / risc_src.lha / risc_sources / mipsco / build next >
Encoding:
Text File  |  1990-10-16  |  354 b   |  21 lines

  1. #! /bin/csh -f
  2. # Build a complete T (assumes everything already compiled)
  3.  
  4. source envset
  5. setenv HOME xyzzy
  6.  
  7. ./xt -h 10000000 <<END
  8.   (load 'mipscobuild orbit-env)
  9.   (link-t '(tsystem new))
  10.   (exit)
  11. END
  12.  
  13. ./linkt new.o new
  14.  
  15. ./new -h 10000000 <<END
  16.   ((*value t-implementation-env 'load-and-suspend-system) '(tsystem new) t)
  17.   (exit)
  18. END
  19.  
  20. ./linkt new.o new
  21.